home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Education / Mathematics / Multi Reg / MultiReg Help next >
Encoding:
Text File  |  1987-03-31  |  9.3 KB  |  459 lines  |  [TEXT/ttxt]

  1. 1
  2.  
  3. MultiReg is a program designed to perform Multiple
  4. Linear Regression via the classic least squares analysis. 
  5. By the use of this technique, you can fit complicated
  6. mathematical equations to a set of points. MultiReg is
  7. complete with a set of tests which allow you to ensure
  8. that the proper assumptions are satisfied.
  9. Written by Bob James, GEnie BOB.JAMES,
  10. Compuserve 72325,1615.
  11.  
  12. /////
  13.  
  14. 2
  15.  
  16. This is the main menu.  You should choose one of the
  17. subprograms to perform.  If a choice is dimmed, that
  18. means you cannot choose it at this time.  For example,
  19. when MultiReg first starts, you can only create a new
  20. problem, get an old problem from the disk, or quit. 
  21. Some other limitations are: you can't remove a variable
  22. if you only have one; you can't remove an observation
  23. if you already are at the minimum level; and you can
  24. perform the K-S normality test with fewer than 6
  25. observations.
  26.  
  27. /////
  28.  
  29. 3
  30.  
  31. MultiReg is waiting for you to choose one of the
  32. subprograms.  Please click on one of the active (dark)
  33. buttons.
  34.  
  35. /////
  36.  
  37. 4
  38.  
  39. MultiReg is waiting for you to click the button.
  40.  
  41. /////
  42.  
  43. 5
  44.  
  45. You are now in the initialization portion of MultiReg. 
  46. After this is completed, you will be presented with the
  47. main menu.
  48.  
  49. /////
  50.  
  51. 6
  52.  
  53. MultiReg is waiting for your input.
  54.  
  55. /////
  56.  
  57. 7
  58.  
  59. Don't do anything - MultiReg is doing the work.
  60.  
  61. /////
  62.  
  63. 8
  64.  
  65. Click either the YES or the NO button
  66.  
  67. /////
  68.  
  69. 10
  70.  
  71. This subprogram is used when you want to enter a new
  72. problem.  You will be asked to enter the number of
  73. decision variables, their names, and the numerical
  74. value for each observation.  These data are not saved
  75. to disk until you choose the Disk File Management
  76. subprogram.
  77.  
  78. /////
  79.  
  80. 11
  81.  
  82. Tell MultiReg how many independent variables you
  83. have  (how many "factors" are affecting your
  84. Y-values).  You must have at least 1, and no more than
  85. configured in the initialization process.
  86.  
  87. /////
  88.  
  89. 12
  90.  
  91. You must give a name to each of the variables.  Just
  92. type in some name (1-10 characters).
  93.  
  94. /////
  95.  
  96. 13
  97.  
  98. For this observations what is the value of the
  99. dependent (Y) variable?
  100.  
  101. /////
  102.  
  103. 14
  104.  
  105. For this observation, please enter the values of the
  106. independent variables.  MultiReg is prompting you with
  107. the name of the variable; you should enter some
  108. numerical value.
  109.  
  110. /////
  111.  
  112. 20
  113.  
  114. This subprogram will solve the current problem.  After
  115. the solution is complete, you will automatically be
  116. transferred to the display of the estimated
  117. paremeters.
  118.  
  119. /////
  120.  
  121. 30
  122.  
  123. This subprogram is used for a display of the raw data
  124. as you entered or retrieved from disk.  The format is as
  125. currently specified in the Display menu.
  126.  
  127. /////
  128.  
  129. 40
  130.  
  131. This subprogram displays the estimated model
  132. parameters as computed by the MultiReg program.  The
  133. "Sig" column is starred ("*") if the parameter is
  134. significantly different from zero at the alpha/2
  135. significance level, as currently specified in the Alpha
  136. menu.
  137.  
  138. /////
  139.  
  140. 50
  141.  
  142. This subprogram allows you to retrieve an old problem
  143. from disk, save your current problem to a new or old
  144. disk file, or delete any existing file from disk.  The
  145. "Update" button allows you to read a file from disk,
  146. make changes, and re-write it quickly to the disk.  It is
  147. just like saving the current problem under the same
  148. name it was when you retrieved it.  If a button is
  149. dimmed, you cannot perform that action now.  Choose
  150. "Cancel" to return to the main menu without doing
  151. anything.
  152.  
  153. /////
  154.  
  155. 51
  156.  
  157. Choose one of the dark buttons.  If you don't want to
  158. perform any disk operation, choose "Cancel."
  159.  
  160. /////
  161.  
  162. 52
  163.  
  164. Enter any file name.  Your current problem will be
  165. saved as that name.
  166.  
  167. /////
  168.  
  169. 53
  170.  
  171. Choose one of the files for reading.
  172.  
  173. /////
  174.  
  175. 60
  176.  
  177. This subprogram shows the two-sided confidence limits
  178. according to the alpha level currently specified in the
  179. Alpha menu.  If the confidence interval does not cross
  180. zero, the "Sig" column will be starred.
  181.  
  182. /////
  183.  
  184. 70
  185.  
  186. This subprogram lets you change any existing numerical
  187. information.  In order to do this, you need to know the
  188. index of each observation (they are numbered in the
  189. order you originally entered them into the computer). 
  190. If you need to find out the index of the observation
  191. you want to change, use the "Display Data"
  192. subprogram.
  193.  
  194. /////
  195.  
  196. 71
  197.  
  198. Enter an observation number to delete.  If you aren't
  199. sure, just press the <RETURN> key.  Observation
  200. numbers are available via the "Display Data"
  201. subprogram.
  202.  
  203. /////
  204.  
  205. 80
  206.  
  207. This is the classic Analysis of Variance for significance
  208. of regression.  If your model is significant at or below
  209. the alpha level currently specified in the Alpha menu,
  210. that will be noted on the output (a message printed
  211. right after the "Probability of Chance" entry).
  212.  
  213. /////
  214.  
  215. 90
  216.  
  217. With this subprogram, you can use your fitted model to
  218. predict a Y-value based on values of the independent
  219. variables.  You must enter these values; the predicted
  220. Y-value is displayed, along with a prediction an
  221. confidence interval on the mean, both based on the
  222. alpha level currently specified under the Alpha menu.
  223.  
  224. /////
  225.  
  226. 91
  227.  
  228. Enter the values for each independent variable as you
  229. are prompted.
  230.  
  231. /////
  232.  
  233. 100
  234.  
  235. This subprogram will allow you to list the residual
  236. values (the difference between the predicted Y-value
  237. and the observed Y-value from your data).  Also, you
  238. can generate a plot of any two sets of data, chosen
  239. from the Y-values, any of the independent variables,
  240. the residuals, or the index numbers of each
  241. observation.
  242.  
  243. /////
  244.  
  245. 101
  246.  
  247. Choose one of the listed variables for the data set to
  248. be used for the axis.
  249.  
  250. /////
  251.  
  252. 110
  253.  
  254. Use this subprogram to remove any one or more of the
  255. observations.
  256.  
  257. /////
  258.  
  259. 111
  260.  
  261. Enter the number of the observation which you want
  262. removed.  If you don't want to remove any, just press
  263. the <RETURN> key.
  264.  
  265. /////
  266.  
  267. 120
  268.  
  269. This subprogram will allow you to transform any
  270. variable with one of the transformations displayed
  271. when you chose the subprogram.  If the transformation
  272. won't work, MultiReg will let you know.  If it will, you
  273. will need to choose a name for the new variable (or use
  274. the one MultiReg suggests).  Some of the
  275. transformations need further information, and will
  276. request it.
  277.  
  278. /////
  279.  
  280. 121
  281.  
  282. Choose the variable which you want transformed.  This
  283. variable will be retained, and a new one created.
  284.  
  285. /////
  286.  
  287. 122
  288.  
  289. Choose one of the transformations.  If you have
  290. changed your mind, just click the "Cancel" button.
  291.  
  292. /////
  293.  
  294. Type in a new variable name, or just click the OK button
  295. to use the one MultiReg has selected for you.
  296.  
  297. /////
  298.  
  299. 130
  300.  
  301. This subprogram lets you delete any variable and all of
  302. its associated observations.
  303.  
  304. /////
  305.  
  306. 131
  307.  
  308. Select the variable you want to delete.  If you have
  309. changed your mind, click the "Cancel" button.
  310.  
  311. /////
  312.  
  313. 140
  314.  
  315. This subprogram will compute the correlation
  316. coefficient for all possible combinations of Y-values
  317. and dependent variables.  You should watch for high
  318. multicollinearity between dependent variables, which
  319. could cause numerical problems in computations.
  320.  
  321. /////
  322.  
  323. 150
  324.  
  325. The Kolgomorov-Smirnov test checks the residuals to
  326. see if they can be assumed to be normally distributed
  327. about zero.  This is an assumption of multiple linear
  328. regression.  Your problem should pass this test (that is,
  329. the assumption of normality should be accepted).  Don't
  330. forget to perform the test of independence also.
  331.  
  332. /////
  333.  
  334. 160
  335.  
  336. This subprogram lets you add more observations to the
  337. current problem.
  338.  
  339. /////
  340.  
  341. 161
  342.  
  343. Enter the Y-value for this new observation.  If you are
  344. finished, just press the <RETURN> key.
  345.  
  346. /////
  347.  
  348. 170
  349.  
  350. This subprogram tests the assumption that the
  351. residuals are independent, by performing the
  352. Durbin-Watson check for first-order corrrelation.  Your
  353. data should pass this test.  This test is only
  354. approximate if you have fewer than 15 observations or
  355. more than 5 dependent variables.
  356.  
  357. /////
  358.  
  359. 180
  360.  
  361. You are now quitting MultiReg.
  362.  
  363. /////
  364.  
  365. 181
  366.  
  367. You can return to the main menu by clicking on the
  368. "No" button; otherwise, you will quit MultiReg.
  369.  
  370. /////
  371.  
  372. 190
  373.  
  374. If you get this message, you have entered into the
  375. depths of the MultiReg wizards area!
  376.  
  377. /////
  378.  
  379. 200
  380.  
  381. This routine is used to allow you to create a sample
  382. data file which can be used by MultiReg. You can
  383. specify the number of parameters, the variable
  384. counts, coefficients, and values, and the standard
  385. error. The actual X-values and error terms will
  386. be generated randomly.
  387.  
  388. /////
  389.  
  390. 201
  391.  
  392. Tell MultiReg how many independent variables
  393. (X-variables) you want. They will be named
  394. X1, X2, X3, etc. You must have at least 1 and
  395. no more than 100. You are not bound by the
  396. limit of the number of variables in your current
  397. execution of MultiReg.
  398.  
  399. /////
  400.  
  401. 202
  402.  
  403. How many sample points do you want generated?
  404. You must have at least 2 more than the number of
  405. independent variables.
  406.  
  407. /////
  408.  
  409. 203
  410.  
  411. Enter the constant term of your equation which
  412. relates Y with the X-variables. This is sometimes
  413. known as the intercept.
  414.  
  415. /////
  416.  
  417. 204
  418.  
  419. The values of the independent variables (X's) will
  420. be generated as integers by MultiReg. You get to
  421. specify the range of values (low and high).
  422.  
  423. /////
  424.  
  425. 205
  426.  
  427. If you want, you can supply the coefficients of the
  428. independent variables. If you choose not to supply
  429. them, the coefficient of X1 will be set to 1, the
  430. coefficient of X2 to 2, and so forth.
  431.  
  432. /////
  433.  
  434. 206
  435.  
  436. MultiReg is waiting for you to enter the coefficient
  437. of the stated independent variable.
  438.  
  439. /////
  440.  
  441. 207
  442.  
  443. Enter the standard deviation of the error term.
  444. MultiReg will generate an error for each
  445. observation, which will be a normally distributed
  446. number with a mean of zero and a standard 
  447. deviation as you specify.
  448.  
  449. /////
  450.  
  451. 208
  452.  
  453. Don't do anything. MultiReg is creating the
  454. sample data file and saving it on the disk
  455. file you specified earlier.
  456.  
  457. /////
  458.  
  459.